home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library
/
Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso
/
SAMPCODE
/
OS2SDK11
/
TK4
/
OPENDLG
/
README
< prev
next >
Wrap
Text File
|
1989-02-20
|
455b
|
12 lines
Comments about OPENDLG
OPENDLG is a dll which is copied to the ..\dll directory. Programs
which use OPENDLG will need the files OPENDLG.LIB and OPENDLG.H, which
are placed in the ..\lib and ..\include directories, respectively.
OPENDLG contains the code for two dialog boxes, one for opening files
for reading, and the other for opening/creating files for writing (saving).
HELLO is a sample app which illustrates each kind of dialog box.